From fe642329b11b32ca7ae36942af3ffd7abea9e939 Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Mon, 10 Oct 2016 15:15:08 -0700 Subject: [PATCH] empty path is not a thing on Windows --- tests/version.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/version.rs b/tests/version.rs index b017830b2..2171cef5e 100644 --- a/tests/version.rs +++ b/tests/version.rs @@ -51,6 +51,7 @@ Options: } #[test] +#[cfg_attr(target_os = "windows", ignore)] fn version_works_without_rustc() { let p = project("foo"); assert_that(p.cargo_process("version").env("PATH", ""), -- 2.30.2